Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NCreateItemNodeEventArgs<TNode,TItem> Class / Node Property


In This Topic
    Node Property (NCreateItemNodeEventArgs<TNode,TItem>)
    In This Topic
    The node that correspond to the item. Set this property value in the event handler.
    Syntax
    'Declaration
     
    
    Public Property Node As TNode
    'Usage
     
    
    Dim instance As NCreateItemNodeEventArgs(Of TNode,TItem)
    Dim value As TNode
     
    instance.Node = value
     
    value = instance.Node
    public TNode Node {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also